/notify
endpoint. This endpoint supports the following fields:
type
- The Notification type ID copied from Reown Cloud.title
- The title of the notification. Max 64 characters.body
- The body of the notification containing more detail. Max 255 characters.url
(optional) - A URL attached to the notification that the user can navigate to. Max 255 characters.accounts
- A list of CAIP-10 account IDs for which to send the notification to. Max 500 accounts per request. Also see the rate limits below.notification_id
(optional) - An idempotency key of arbitrary format used to dedup multiple requests. Max 255 characters. Multiple calls with the same notification_id
will use the first call’s notification
content, but will send to any additional account IDs listed in accounts
./v1/<project-id>/subscribers
endpoint. You can provide up to 100 accounts in the request.
If the account is subscribed, it will be returned as a key in the response along with a list of subscribed notification types as the value. If the account is not a subscriber, it will not be returned in the response.
Example usage:
/<project-id>/subscribers
endpoint.
Example usage:
/v1/<project-id>/mark-all-as-read
API endpoint
which will mark all existing notifications as read. Notifications marked as read in this way will not contribute
to read rate analytics. After you deploy your integration of unread states, you can call this endpoint to
reset the unread state for all of your existing notifications.
POST /<project-id>/notify
:
POST /v1/<project-id>/subscribers
GET /<project-id>/subscribers
POST /v1/<project-id>/mark-all-as-read